nhooyr.io/websocket.msgWriter.opcode (field)

7 uses

	nhooyr.io/websocket (current package)
		write.go#L60: 	opcode opcode
		write.go#L112: 		return c.writeFrame(ctx, true, false, c.msgWriter.opcode, p)
		write.go#L131: 	mw.opcode = opcode(typ)
		write.go#L169: 		if mw.opcode != opContinuation && len(p) >= mw.c.flateThreshold {
		write.go#L182: 	n, err := mw.c.writeFrame(mw.ctx, false, mw.flate, mw.opcode, p)
		write.go#L186: 	mw.opcode = opContinuation
		write.go#L212: 	_, err = mw.c.writeFrame(mw.ctx, true, mw.flate, mw.opcode, nil)